You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
I assume these are changes from scientific notation to fixed precision? Hopefully this won't cause small buildings (e.g., residential homes) dropping off the low end and simply reporting something like 0.00000, we've had issues like that in the past. (My comment is not specific to this object/output, it's more general.)
@rraustad@shorowit I just discovered this formatting option. It's not perfect, but IMO, it is a bit more palatable visually than pure scientific notation.
Take a look at 90012ae and let me know what you think.
@rraustad@shorowit I just discovered this formatting option. It's not perfect, but IMO, it is a bit more palatable visually than pure scientific notation.
That's interesting. The smaller the number the more decimal resolution. I guess a large number would look like xxxxxxx000? I guess this is fine and could be changed later if desired.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RefactoringIncludes code changes that don't change the functionality of the program, just perform refactoring
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request overview
Continues the process of removing third-party/fmt library in lieu of std::format for files A-D.
Description of the purpose of this PR
Pull Request Author
Reviewer